gtk: Fix some return-values annotations (transfer none/full)
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 8 Feb 2016 13:02:25 +0000 (14:02 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 8 Feb 2016 13:03:55 +0000 (14:03 +0100)
gtk/gtkgesture.c
gtk/gtkstacksidebar.c

index 0c70bebfcabc761258451b73adfa93d5901261d4..9fa1cf3a26775237e864a744afd09bd0460df3bd 100644 (file)
@@ -1240,7 +1240,7 @@ gtk_gesture_get_sequences (GtkGesture *gesture)
  *
  * Returns the #GdkEventSequence that was last updated on @gesture.
  *
- * Returns: (nullable): The last updated sequence
+ * Returns: (transfer none) (nullable): The last updated sequence
  *
  * Since: 3.14
  **/
index a4037af8d319745bd2b50dd7427ab6f3efb9422d..ccee1cfd65b589439d0011b8379ac76598ea8410 100644 (file)
@@ -522,7 +522,7 @@ gtk_stack_sidebar_set_stack (GtkStackSidebar *sidebar,
  * Retrieves the stack.
  * See gtk_stack_sidebar_set_stack().
  *
- * Returns: (nullable) (transfer full): the associated #GtkStack or
+ * Returns: (nullable) (transfer none): the associated #GtkStack or
  *     %NULL if none has been set explicitly
  *
  * Since: 3.16